home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / monochrome.swf / scripts / DefineButton2_191 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-26  |  200 b   |  11 lines

  1. on(release){
  2.    _root.MTnmbr = 50;
  3.    _root.freqMT = 20;
  4.    _root.Anmbr = 25;
  5.    _root.freqA = 40;
  6.    _root.goal = 0;
  7.    _root.reward = 70;
  8.    _root.music = 1;
  9.    _root.gotoAndPlay("m1");
  10. }
  11.